home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #5 / Amiga Plus CD - 1996 - No. 5.iso / pd / tools / hbootv2_public / update_hboot < prev    next >
Text File  |  1996-05-14  |  1KB  |  83 lines

  1.  
  2. ; This is the script for installing HandyBoot 
  3. ; $VER: HBoot-Install 2.01 (29.5.96)
  4.  
  5. (complete 0)
  6.  
  7.  
  8. (message "Handy Boot v2.01 Update  \n"
  9.    "\n"
  10.    "This version of HBoot is FREEWARE !\n\n"
  11.    "<< Keep The Amiga Spirit Alive >>\n\n"
  12.    " Greatings from : \n"
  13.    "\n"
  14.    "     Michael D.P. de Clerck\n"
  15.    "     Increased Development.\n"
  16.    "     May 1996    Rotterdam \n"
  17.    "\n"
  18.    "<< SPREAD THIS TOOL WHEREEVER U GO >>\n"
  19. )
  20.  
  21.  
  22. (set oldhboot "HBoot:HBoot")
  23.  
  24. (if (not (exists oldhboot))
  25.     (message "Cannot find old HBoot !\n\n"
  26.             "This installation script is ONLY\n"
  27.             "for updating HBoot v1 to v2 !\n\n")
  28. ;    (exit)
  29. )
  30.  
  31. (run "HBootv1tov2_Update") 
  32. (set @default-dest "HBoot:/")
  33. (set destdir "HBoot:")
  34.  
  35.  
  36. (complete 20)
  37.  
  38. (run "c:protect HBoot:#? +wrd all")
  39.  
  40.  
  41. (Set userdir 
  42.     (tackon destdir "Users")
  43. )
  44.  
  45.  
  46. (
  47.    (working "Updating HBoot 2.01 Program...")
  48.    (copyfiles
  49.      (prompt "")
  50.      (source "")
  51.      (help @copyfiles-help)
  52.      (dest destdir)
  53.      (infos)
  54.      (choices "HBoot")
  55.      (confirm)
  56.    )
  57. )
  58.  
  59. (complete 60)
  60.  
  61. (copyfiles
  62.    (prompt "Where would you like the AmigaGuide documentation?")
  63.    (help @copyfiles-help)
  64.    (source "HBoot.Guide")
  65.    (dest destdir)
  66.    (infos)
  67.    (confirm)
  68. )
  69.  
  70.  
  71. (complete 100)
  72.  
  73. (message "Handy Boot v2.01 Update complete\n"
  74.    "\n"
  75.    "Thanx for updating to HBoot v2.01, check\n"
  76.    "the documentation for all the details !\n\n"
  77.    "\n"
  78. )
  79.  
  80.  
  81.  
  82. (exit)
  83.